DragAndDrop

public interface DragAndDrop

Allows managing the drag and drop functionality for the associated BrowserView.

Since

7.19

Functions

Link copied to clipboard
public abstract void disable()
Disables the drag and drop support for the associated BrowserView.
Link copied to clipboard
public abstract void disableExternalDrag()
Disables the drag-and-drop operations from the outside of the browser.
Link copied to clipboard
public abstract void enable()
Enables the drag and drop support for the associated BrowserView.
Link copied to clipboard
public abstract void enableExternalDrag()
Enables the drag-and-drop operations from the outside of the browser.
Link copied to clipboard
public abstract boolean isEnabled()
Indicates whether the drag and drop support is enabled for the associated .
Link copied to clipboard
public abstract boolean isExternalDragEnabled()
Checks whether the drag-and-drop operations from the outside of the browser is enabled.